home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 July / Chip_2003-07_cd1.bin / firmy / contactel / prezent / razdva.exe / scripts / DefineButton2_54 / BUTTONCONDACTION on(release).as next >
Text File  |  2003-04-30  |  209b  |  13 lines

  1. on(release){
  2.    Importedtext = text3;
  3.    scrollBar._y = _root.scrollbarY;
  4.    tellTarget("_root.mainmenu")
  5.    {
  6.       gotoAndPlay(3);
  7.    }
  8.    tellTarget("tlaco6")
  9.    {
  10.       gotoAndPlay(13);
  11.    }
  12. }
  13.